aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/[id]/[...animeId]/page.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/[id]/[...animeId]/page.jsx')
-rw-r--r--src/app/anime/[id]/[...animeId]/page.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/anime/[id]/[...animeId]/page.jsx b/src/app/anime/[id]/[...animeId]/page.jsx
index 950f618..f5505e5 100644
--- a/src/app/anime/[id]/[...animeId]/page.jsx
+++ b/src/app/anime/[id]/[...animeId]/page.jsx
@@ -9,6 +9,8 @@ import styles from "./video.module.css";
import { redirect } from "next/navigation";
import Link from "next/link";
+export const runtime = 'edge';
+
export default async function Video({ params }) {
let link;
const id = params.animeId[0];